home *** CD-ROM | disk | FTP | other *** search
/ PC Open 108 / PC Open 108 CD 1.bin / CD1 / INTERNET / FTP / Ftp Commander / ftpcommander.exe / #setuppath# / Ftpcomm.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt
Encoding:
Text File  |  2004-12-28  |  1.5 KB  |  81 lines

  1. object InputForm: TInputForm
  2.   Left = 288
  3.   Top = 233
  4.   ActiveControl = Input
  5.   BorderStyle = bsDialog
  6.   Caption = 'InputForm'
  7.   ClientHeight = 96
  8.   ClientWidth = 170
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object Prompt: TLabel
  22.     Left = 11
  23.     Top = 3
  24.     Width = 40
  25.     Height = 15
  26.     Caption = 'Prompt'
  27.     Color = clSilver
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -12
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentColor = False
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Input: TEdit
  38.     Left = 11
  39.     Top = 20
  40.     Width = 151
  41.     Height = 23
  42.     ParentShowHint = False
  43.     ShowHint = False
  44.     TabOrder = 0
  45.     OnKeyUp = InputKeyUp
  46.   end
  47.   object Button1: TButton
  48.     Left = 9
  49.     Top = 66
  50.     Width = 67
  51.     Height = 25
  52.     Caption = '&Ok'
  53.     ModalResult = 1
  54.     ParentShowHint = False
  55.     ShowHint = False
  56.     TabOrder = 3
  57.   end
  58.   object Button2: TButton
  59.     Left = 97
  60.     Top = 66
  61.     Width = 64
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     ParentShowHint = False
  67.     ShowHint = False
  68.     TabOrder = 2
  69.   end
  70.   object chbMask: TCheckBox
  71.     Left = 10
  72.     Top = 46
  73.     Width = 111
  74.     Height = 17
  75.     Caption = 'Mask password'
  76.     TabOrder = 1
  77.     Visible = False
  78.     OnClick = chbMaskClick
  79.   end
  80. end
  81.